(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/iffparse.h>
struct LocalContextItem * FindLocalItem()
SYNOPSIS
struct IFFHandle * iff
LONG type
LONG id
LONG ident

LOCATION
In IFFParseBase at offset 35
FUNCTION
Goes through the whole context node stack starting at the top searching the contecnodes for attached LocalContextItems with the specified type, id and ident codes.

INPUTS
iff
pointer to an IFFHandle struct.
type
type code for item to find.
id
identifier code for item to find.
ident
ident code for the class of context item to find.
RESULT
lci - pointer to a local context item if found, or NULL if none is found.

NOTES
EXAMPLE
BUGS
SEE ALSO
StoreLocalItem()
INTERNALS
HISTORY
15.02.1997 ldp
Renamed D2 to DB2 to avoid nameclash with the register
13.02.1997 digulla
Bugfix. Loads IFF pictures now.

Added lots of debug output

03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen